home *** CD-ROM | disk | FTP | other *** search
/ X User Tools / X User Tools (O'Reilly and Associates)(1994).ISO / sources / bricons / rtr / bricons
Text File  |  1994-10-02  |  3KB  |  97 lines

  1. --- ./Imakefile.orig    Thu Jan 21 15:27:31 1993
  2. +++ ./Imakefile    Wed Aug 24 15:19:14 1994
  3. @@ -7,18 +7,18 @@
  4.  /**/# Here's what to change to customize the installation...
  5.  /**/# Where do you want this stuff (if the defaults aren't okay)?
  6.  
  7. -BINDIR = /home/cur/bri/bin/mbins/${M}bin
  8. -LIBDIR = /home/cur/bri/lib
  9. -MANDIR = /home/cur/bri/Man
  10.  
  11.  /**/# Where is the Xpm header and library files
  12.  /**/# This program needs the Xpm libraries written by Arnaud Le Hors.
  13.  /**/# it can be obtained by anonymous ftp to: export.lcs.mit.edu
  14.  /**/# and from many other sites.
  15.  
  16. -XPM_DIR =               /home/cur/bri/Xstuff/Progs/bricons/xpm
  17. +XPM_DIR =
  18.  XPM_INCLUDE_DIR =       $(XPM_DIR)
  19.  XPM_LIB_DIR =           $(LIBDIR)
  20. +BITMAPDIR = $(LIBDIR)/bitmaps
  21. +INSTMANFLAGS = -m 0644
  22. +INSTDATFLAGS = -m 0644
  23.  
  24.  /**/# This is -g for debugging or -O for optimization (or nothing).
  25.  
  26. @@ -53,6 +53,15 @@
  27.      sccs get $<
  28.      $(MV) $(<F) $(<D) 2> /dev/null
  29.  
  30. +PIXMAPS = mail.xpm clock.xpm news.xpm editor.xpm
  31.  ComplexProgramTarget($(TARGET))
  32. +InstallNonExecFile(bitmaps/calander.xbm,$(BITMAPDIR))
  33. +InstallNonExecFile(bitmaps/help.xbm,$(BITMAPDIR))
  34. +InstallNonExecFile(bitmaps/letters.xbm,$(BITMAPDIR))
  35. +InstallNonExecFile(bitmaps/load.xbm,$(BITMAPDIR))
  36. +InstallNonExecFile(bricons.txt,$(LIBDIR))
  37. +InstallNonExecFile($(PIXMAPS),$(LIBDIR))
  38. +InstallNonExecFile(Xbricons,$(XAPPLOADDIR))
  39. +InstallNonExecFile(.briconsrc,$(LIBDIR))
  40.  
  41.  DependTarget()
  42. --- ./Xbricons.orig    Thu Jan 21 15:27:32 1993
  43. +++ ./Xbricons    Wed Aug 24 15:11:40 1994
  44. @@ -1,9 +1,9 @@
  45.  ! Application resources file for bricons program
  46.  ! B.R. Ingram 9th Sept 1991
  47.  *no_of_cols:             16
  48. -*icon_file:             /home/cur/bri/.briconsrc
  49. -*help_file:            /home/cur/bri/Man/bricons.man
  50. -.bitmapFilePath:        /usr/local/include/X11/bitmaps:/s/bri/Pics
  51. +*icon_file:             <installsharedir>/<prefix>lib/X11/.briconsrc
  52. +*help_file:            <installsharedir>/man/mann/bricons.n
  53. +*bitmapFilePath:        <installsharedir>/<prefix>lib/X11/bitmaps
  54.  *borderColor:            yellow
  55.  *popup_layout*.borderColor:    black
  56.  *background:            #ffd28e
  57. --- .briconsrc.orig    Thu Jan 21 15:27:35 1993
  58. +++ .briconsrc    Wed Aug 24 15:16:12 1994
  59. @@ -3,26 +3,26 @@
  60.  
  61.  # first line must have keyword %icon or %text
  62.  # to indicate if button is an icon
  63. -%icon help.xbm
  64. -xterm -e vi `pwd`/bricons.txt
  65. -%icon letters.xbm
  66. +%icon <installsharedir>/<prefix>lib/X11/bitmaps/help.xbm
  67. +xterm -e vi <installsharedir>/<prefix>lib/X11/bricons.txt
  68. +%icon <installsharedir>/<prefix>lib/X11/bitmaps/letters.xbm
  69.  xterm -e mail 
  70. -%pixmap mail.xpm
  71. +%pixmap <installsharedir>/<prefix>lib/X11/mail.xpm
  72.  xbiff
  73. -%icon calander.xbm
  74. +%icon <installsharedir>/<prefix>lib/X11/bitmaps/calander.xbm
  75.  cal 1992
  76.  %text Sub-\nmenu
  77.  %sub_menu
  78.      %text \n  bitmap\n  editor\n
  79. -    bitmap `pwd`/bitmaps/help.xbm
  80. -    %pixmap clock.xpm
  81. +    bitmap <installsharedir>/<prefix>lib/X11/bitmaps/help.xbm
  82. +    %pixmap <installsharedir>/<prefix>lib/X11/clock.xpm
  83.      xclock
  84. -    %icon load.xbm
  85. +    %icon <installsharedir>/<prefix>lib/X11/bitmaps/load.xbm
  86.      xload
  87.      %text \n  Shell\n
  88.      xterm -n Shell
  89.  %end_sub_menu
  90. -%pixmap news.xpm
  91. +%pixmap <installsharedir>/<prefix>lib/X11/news.xpm
  92.  xterm -name rn -e rn -r -S1 -t -m
  93. -%pixmap editor.xpm
  94. -xterm -e vi `pwd`/bricons.txt
  95. +%pixmap <installsharedir>/<prefix>lib/X11/editor.xpm
  96. +xterm -e vi <installsharedir>/<prefix>lib/X11/bricons.txt
  97.